home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu722.dms / pu722.adf / 60Hz.Doc < prev    next >
Text File  |  1994-03-20  |  4KB  |  142 lines

  1. Project...: 60Hz emulator
  2. Version...: 1.04
  3. Date......: 21 March 1991
  4. Author....: P. de Boer
  5. Assembler.: AsmOne V1.0/DevPac 2.14
  6.  
  7.  
  8. Preface:
  9. ­­­­­­­­
  10.  
  11.  This program is shareware, this means that you can copy it freely as long
  12.  as you don't ask any more money for it than a nominal fee for copying.  If
  13.  you intend to use this program, send $1 (or a quality disk) to the address
  14.  below. If you want to distribute this program you should keep this document
  15.  with it. This program cannot be used for commercial purposes without written
  16.  permission from the author.
  17.  If you have suggestions or remarks about this program, or if you find
  18.  any bugs, please let me know.
  19.  
  20.       Write to the following address:
  21.  
  22.                     P. de Boer
  23.                     Zeeloodsenlaan 79
  24.                     1785 BM  Den Helder
  25.                     Holland
  26.  
  27.  
  28. Contents:
  29. ­­­­­­­­­
  30.  
  31.          1 - Introduction
  32.          2 - How to use it
  33.          3 - Error messages
  34.          4 - Important notes
  35.  
  36.  
  37. Introduction:
  38. ­­­­­­­­­­­­­
  39.  
  40.  I wrote this program because some other 60Hz emulators like PowerUtititly
  41.  from Amicon and BootPal/BootNTSC from Nico Francois had some limitations.
  42.  The program is written in assembler and uses 99% system functions to emulate
  43.  the 60Hz. Almost any utility and some games now run in a NTSC screen.
  44.  If you have a FATTER agnus then almost any game will run in NTSC. Since 60Hz
  45.  will then use the hardware to emulate NTSC.
  46.  Have fun with it !
  47.  
  48.  
  49. How to use it:
  50. ­­­­­­­­­­­­­­
  51.  
  52.  Usage: 60Hz [OPT] <OPTIONS>
  53.  
  54.  Where options stand for:
  55.  
  56.     ?   - Help.
  57.     i   - Will install the emulator and activates NTSC mode immediately.
  58.     I   - Will install the emulator, but will stay in PAL mode.
  59.     K/k - Will kill the emulator, if found in memory.
  60.  
  61.     R/r - Add this to prevent the emulator to install itself resident in
  62.           memory. So, the emulator will be gone after a reset.
  63.     A/a - Add this and 60Hz will ignore a FATTER agnus, so you will always
  64.           have a software emulation.
  65.  
  66.  
  67.  If the installation was succesfull, you can press the following keys:
  68.  
  69.  Press : <LEFT-ALT>+<LEFT-SHIFT>+<CTRL> together with:
  70.  
  71.   ESC - To kill the emulator
  72.     0 - Toggle between PAL and NTSC
  73.  
  74.     1 - Toggle color bar !!                  \
  75.     3 - Add ± one line to timer buffer       |
  76.     4 - Sub ± one line to timer buffer       |
  77.     5 - Add one line to display rows         | Don't use these unless you
  78.     6 - Sub one line from display rows       | know what you're doing !!
  79.     7 - Add one line to end of screen        | (You cannot use these if
  80.     8 - Sub one line from end of screen      |  the BIG FAT-Agnus is used !)
  81.     9 - To set all values to default         /
  82.  
  83.  (PS: Doesn't work with the KeyPad !)
  84.  
  85.  
  86. Error messages:
  87. ­­­­­­­­­­­­­­­
  88.  
  89.  You can get a few (error) messages:
  90.  
  91.  60Hz emulator installed !
  92.   -> The emulator was installed correctly
  93.  
  94.  BIG FAT-Agnus found !
  95.   -> The emulator found a BIG FAT-Agnus. The emulator will now use the 
  96.      hardware to switch between PAL and NTSC. (use 'OPT A' to overide this)
  97.  
  98.  Emulator will be gone after reset !
  99.   -> You selected 'OPT R', so the emulator will not be resident in memory.
  100.  
  101.  60Hz emulator was already installed !
  102.   -> Naughty boy (or girl?)!, you may only install it once !!
  103.  
  104.  Installation failed !
  105.   -> Installation of the emulator failed because it couldn't open
  106.      the ciab.resource or allocate the timer
  107.   PS: You'll get an ALERT if the emulator couldn't open the resource
  108.      or allocate the timer.
  109.  
  110.  
  111. Important notes:
  112. ­­­­­­­­­­­­­­­­
  113.  
  114.  NOTE 1: If the screen flashes sometime, try pressing LA+LS+C+3 a few times.
  115.  
  116.  NOTE 2: Your monitor (TV) may have some trouble synchronizing on the 60Hz
  117.          signal, so don't worry if the screen flashes for a moment.
  118.  
  119.  NOTE 3: If you have your power-supply standing near your monitor, the screen
  120.          may become unstable in 60Hz. Putting your power-supply further away
  121.          from the monitor should solve the problem.
  122.  
  123.  NOTE 4: If you have a BIG FAT-Agnus and Power PC-Board, you must use OPT A.
  124.          Because switching the Agnus to 60Hz (in general) will cause the
  125.          RAMDISK of the PC board to crash.
  126.  
  127.  
  128.                                                      've fun,
  129.  
  130.  
  131.                         »»» NTSC for ALL «««
  132.  
  133.  
  134.  
  135.  PS1: Don't forget to send me that dollar (or disk).
  136.  
  137.  PS2: Who knows how to auto-detach a program from the CLI ?
  138.       (without memory loss). Write me !, (only in assembler please !!)
  139.  
  140.  
  141.  
  142.